home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Online / Poppy / Poppy.cfg < prev    next >
Encoding:
Text File  |  1997-07-22  |  6.1 KB  |  160 lines

  1. ;=========================================================================
  2. ;
  3. ;   Example Poppy config file.       Use "#" or ";" for comments...
  4. ;
  5. ;=========================================================================
  6.  
  7. ;=========================================================================
  8. ; Maximum size (in K) of message to be accepted. (eg if you're doing a
  9. ; quick session at peak-rates and don't want anything bulky until later.)
  10. ;=========================================================================
  11.  
  12. MaxK    100
  13.  
  14. ;=========================================================================
  15. ; Number of lines of message to scan. (headers automatically included.)
  16. ;=========================================================================
  17.  
  18. Scan    50
  19.  
  20. ;=========================================================================
  21. ; Uncomment this if you want to make Leave the default action,
  22. ; instead of Accept.
  23. ;=========================================================================
  24. ; DefLeave
  25.  
  26.  
  27. ;=========================================================================
  28. ;                        Mailbox redirection.
  29. ;=========================================================================
  30. ; If the String is found and the mail is to be accepted, it will be
  31. ; diverted to the corresponding mailbox.
  32. ;-------------------------------------------------------------------------
  33. ;    String                Mailbox
  34. ;-------------------------------------------------------------------------
  35.  
  36. MBox    "jane@gauss.demon.co.uk"    "uumail:jane"
  37. MBox    "poppy@gauss.demon.co.uk"    "uumail:poppy"
  38. MBOX    "begin 644"            "uumail:uuencodes"
  39. MBox    "talk2me@gauss.demon.co.uk"    "SPEAK:"
  40.  
  41.  
  42. ;=========================================================================
  43. ;                      Specific action strings.
  44. ;=========================================================================
  45. ;                        *** Important ***
  46. ;
  47. ;        Each action has a priority in the case of conflict.
  48. ;          The order is:   LEAVE   ACCEPT   JUNK   DELETE
  49. ;
  50. ; eg. If a message qualifies for JUNK DELETE and ACCEPT, then ACCEPT,
  51. ; (being the safer option) will win.
  52. ;
  53. ;                    ***Use Delete with caution***
  54. ;
  55. ;           There's no way to retrieve a deleted mail...
  56. ;
  57. ;-------------------------------------------------------------------------
  58.  
  59. LEAVE    "exam revision"        ; Later! I'm busy playing NetHack.. :)
  60.  
  61. ;-------------------------------------------------------------------------
  62.  
  63. ;        Protection in case of "friendly fire"
  64.  
  65. ACCEPT    "John Shiali","Paul Nott","Paul Gooch"
  66. ACCEPT    "Jonathon Jackson"
  67. ACCEPT    "@flame.demon.co.uk","@heights.demon.co.uk"
  68.  
  69. ACCEPT    "postmaster@gauss"    ; As per RFC...
  70. ACCEPT    "in article"        ; Genuine response to news/email (?)
  71. ACCEPT    "wrote:"        ; Genuine response to news/email (?)
  72. ACCEPT    "amiga"            ; At least it must be relevant UCE...
  73. Accept    "Too Many Secrets"    ; Ah, the password for guaranteed delivery!
  74. Accept    "Sender: owner-aminet"
  75.  
  76. ;-------------------------------------------------------------------------
  77.  
  78. JUNK    "spice girls"        ; Need I say more ?
  79. Junk    "@keepmailing.com"    ; Seems a dubious site...
  80. ;-------------------------------------------------------------------------
  81.  
  82. DELETE    "BULK EMAIL","DIRECT MARKET","EMAIL ADDRESSES"
  83. DELETE    "JUST $","ONLY $","ONLY US$","SPECIAL OFFER"
  84. DELETE    "OVER 18","UNDER 18"
  85. DELETE    "MADE $","MAKE $"
  86. DELETE    "MASS-EMAIL.COM"
  87.  
  88. Delete    " $1"," $2"," $3"," $4"," $5"," $6"," $7"," $8"," $9"
  89. Delete    "Extractor Pro"
  90. Delete    "@cyberpromo.com","@savetrees.com"
  91. Delete    "@starshipinternet.com"
  92. Delete    "From: investors@"
  93.  
  94. ;-------------------------------------------------------------------------
  95. ;  The following are addresses I picked from a long list of recipients
  96. ; sent by a junk mailer. When you recieve one of these, pick an email
  97. ; address and use it to detect bulk email. (usually they have the same
  98. ; starting letter as your email address).
  99. ;-------------------------------------------------------------------------
  100.  
  101. Delete    "ben@al.com.au","belshamd@aol","bentest@aol","bethplant@aol.com"
  102.  
  103.  
  104. ;=========================================================================
  105. ;                               Scoring
  106. ;=========================================================================
  107. ;  A set of quoted strings and associated values.
  108. ; Each time the string occurs, the score for the message will have
  109. ; the corresponding value added.
  110. ;-------------------------------------------------------------------------
  111.  
  112. SCORE    "postmaster@gauss"    +1000
  113. SCORE    "amiga"            +500
  114. SCORE    "aminet"        +500
  115. Score    "In article"        +200    ; Genuine response to news
  116. Score    "wrote:"        +200    ; Genuine response to news
  117. SCORE    "majordomo"        +200    ; From a mailing list no doubt
  118. Score    "42"            +10    ; "Deep Thought" finished yet ??
  119. Score    '"look,a quote!"'    +5    ; Note alternate quote chars...
  120.  
  121. SCORE    "1-800"        -500
  122. SCORE    "cyberpromo"    -500
  123. SCORE    "adult"        -300
  124. SCORE    "mlm"        -200
  125. SCORE    "offer"        -50
  126. SCORE    "cash"        -50
  127. SCORE    "money"        -50    ; "..New car, caviar, four star daydream.."
  128. SCORE    "xxx"        -40    ; I couldn't give a xxx
  129. SCORE    "buy"        -30    ; "Bye!"
  130. Score    "$"        -30    ; I only have £'s, and not many of those.
  131. Score    "fullmkt.com"    -30
  132. Score    "save"        -30
  133. Score    "earn"        -20    ; Ugh! Perish the thought...
  134. Score    "Belgium !!"    -20    ; Oi ! Zaphod  !!   Noooooo!!
  135. SCORE    "microsoft"    -10    ; Boo Hiss !!
  136. SCORE    "elite"        -10    ; lAmeR more like...
  137. Score    "aol.com"    -10    ; You too eh ?
  138. Score    "Ni!"        -10    ; Stop saying that !!
  139.  
  140. Score    "<b"        -3    ; Long list of b's ??
  141. Score    "<ben@gauss."    +5    ; Or just for me ?
  142.  
  143. ;=========================================================================
  144. ; What (if anything) to do with the scores.. *Not yet implemented*
  145. ;=========================================================================
  146.  
  147. ;Accept    Score    -100,1000000    ; Accept if score within this range
  148. ;Leave    Score    -200,-100    ; Leave if score is within this range
  149. ;Ask    Score    -500,-100    ; Ask if score is within this range
  150. ;Junk    Score    -4000,-500    ; Route into junk mailbox for this range
  151. ;Delete    Score    -1000000,-4000    ; Delete if score within this range
  152.  
  153.  
  154. ;=========================================================================
  155. ; End of config file, anything past this point is ignored.
  156. ;=========================================================================
  157.  
  158. END
  159.  
  160.